From: Glenn Morris Date: Thu, 25 Oct 2007 03:59:26 +0000 (+0000) Subject: (conf-space-keywords): Mark this regexps as safe if a string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1182 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6b2eb6eb790fc6695b6a620673af56704236554b;p=emacs.git (conf-space-keywords): Mark this regexps as safe if a string. --- diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index 9eae2f54e5f..51dca954c74 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el @@ -176,6 +176,7 @@ This allows constructs such as keyword var value This variable is best set in the file local variables, or through `conf-space-keywords-alist'.") +(put 'conf-space-keywords 'safe-local-variable 'stringp) (defvar conf-space-font-lock-keywords `(;; [section] (do this first because it may look like a parameter)